Query Parameters
The URL to redirect after the signin
Auth0 specific parameter
The prompt value (OIDC spec)
Response
OK
The URL to redirect the user to the identity provider
curl --request GET \
--url https://use.hoop.dev/api/login{
"login_url": "<string>"
}Returns the login url to perform the signin on the identity provider
curl --request GET \
--url https://use.hoop.dev/api/login{
"login_url": "<string>"
}The URL to redirect after the signin
Auth0 specific parameter
The prompt value (OIDC spec)
OK
The URL to redirect the user to the identity provider
Was this page helpful?